home *** CD-ROM | disk | FTP | other *** search
- CODE KEEPER FOR WINDOWS
- Version 1.2
- (c) 1994 Bradley S. Murray
- All Rights Reserved.
-
- Code Keeper stores segments of code with an easy browse and
- retrieval system. This program is designed around Visual Basic, but
- will work well with any Windows programming language.
-
- Code Keeper Features MDI, Import/Export, and much more. A must
- have for programmers of all sorts.
-
- I am amassing a database of code segments for future releases.
- Feel free to send me files dealing with different objects, data types,
- etc. in any programming language. In the future I could make the
- program import code intelligently in other languages as well.
-
- You can get the most recent version of Code Keeper via ftp at
- pluto.njcc.com in the pub/bmurray directory. Login as ftp with your
- address as a password. You may contact me by E-Mail at
- bmurray@pluto.njcc.com. I would like to hear suggestions for updates
- as well as overall comments.
-
- REGISTRATION
- ------------
- Code Keeper for Windows is distributed as "shareware." It is not
- free software. You are being given a chance to use this program for a
- period of thirty (30) days before buying it. If after this time you
- continue to use Code Keeper, you are expected to register it.
- Registration gives you the right to continue to use this software
- as well as news and discounts on future upgrades. You are encouraged
- to distribute this software, providing it is distributed in its
- entirety and without charge (except for media and handling, if
- applicable). I reserve the right to change these restrictions in
- future versions.
-
- If you find this product useful and continue to use Code Keeper
- after thirty days, you are required to register it by making a payment
- of $10 (US) to Princeton Computer Consulting. Include an extra $3 (US)
- if you would like the latest version mailed to you. This fee will
- license one copy of Code Keeper for use on any one computer at any one
- time. To register Code Keeper, print out the form called REGISTER.WRI
- using Windows Write and send with your payment to:
-
- Princeton Computer Consulting, Inc.
- 20 Lorrie Lane
- PO Box 7345
- Princeton, NJ 08543-7345
-
- DISCLAIMER
- ----------
- Code Keeper is distributed without warranty, either expressed or
- implied. No guarantee as to its suitability for a particular task is
- given. No responsibility is assumed for any consequential loss or
- damages arising from its use.
-
- PACKING LIST
- ------------
- This program is distributed as a ZIP file. Unzip it to a temporary
- directory or floppy disk and run SETUP.EXE This will take care of all
- file placement for you. If SETUP.EXE is not in the zip file, make a
- directory for Code Keeper and put copy all of the files into that
- directory. See the IMPORTANT note below about where to put the DLL and
- VBX files.
-
- CODEKEEP.EXE - The Windows executable
- CODEKEEP.HLP - The Windows Help file
- CODEKEEP.MDB - The database where code is stored
- README.TXT - This file
- REGISTER.WRI - Registration form in Windows Write format
-
- IMPORTANT
- ---------
- You must have the following files:
-
- MSAJT112.DLL
- MSAJT200.DLL
- VBDB300.DLL
- ITSYBTSY.VBX
- THREED.VBX
- VBRUN300.DLL
-
- in your Windows\System directory for Code Keeper to work. If these
- files were not on the distribution disk that you received, they are
- available on Compuserve, America On-Line, or most local bulletin
- boards. If you are just evaluating Code Keeper, you can just put
- these files in the directory where you installed Code Keeper for
- easy removal.
-
- RELEASE HISTORY:
-
- Version 1.2
- -----------
- Fixed importing of text so that it ignores all VB form information which
- can cause an "Out of String Space" error
- When maximized child is selected, new windows are maximized
- Added configurable tool bar
- Added a pop-up edit window brought up by a right mouse click
- Added Importing of other databases
- Fixed child windows so that they retain the selection when inactive
- Added left and right shifting of text
- Added upper and lower case conversion
- Made status bar appear as a default
- Changed all message boxes to Windows message boxes so screens receive
- messages while message boxes are visible
- Fixed copying of groups and items
- Fixed creation of new datbases that overwrite existing databases
- Changed so that it works without SHARE installed (read-only mode)
- Fixed compacting of databases
-
- Version 1.1a
- ------------
- Fixed file not found error on startup
-
- Version 1.1
- -----------
- Updated database and database engine to Access 2.0
- Changed setup program so it will leave old databases in place
- Added status bar on bottom of screen showing current database
- and cursor position in current window
- Added tool bar buttons for New and Save
- Added a small, always on top window for quick access
- Added option to launch VB when Code Keeper is launched
- Added option to close Code Keeper when VB is closed
- Fixed menu so that it disables items when they can't be used
- Fixed options screen so there is no error when cancel is clicked
- on the common dialog box
- Added option of making the child window maximized at startup
- Fixed 'Copy Group' command so that it clears the clipboard first
- Added find dialog box
- Made new items automatically add to the database
-
- Version 1.0 ** FIRST SHAREWARE RELEASE **
- -----------
- Help file added
- Setup program created
- Startup window position added to the INI file
- Added Find/Replace functionality to the Edit menu
- Fixed Out of Stack Space problem when running from root directory
- Made import realize errors with binary files
-
- Version 0.3
- -----------
- Cleared up tracking of multiple windows
- Import/Export capability added
- Allowed for multiple databases and changing of default database
- Added undo functionality to the Edit menu
-
- Version 0.2
- -----------
- INI file added
- MDI capability added
-
- Version 0.1
- -----------
- Initial version - never released.
-
- INSTALLATION
- ------------
- If Code Keeper came with its setup program, run it. If not, make a
- directory for the CODEKEEP.EXE, CODEKEEP.MDB, and CODEKEEP.HLP files.
- If they are not already there, copy the DLL and VBX files to your
- WINDOWS\SYSTEM directory. A default CODEKEEP.INI file will be created
- in the directory where the EXE, MDB, and HLP files are the first time
- you run the program.
-